* termhooks.h (TSET): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 00:07:52 +0000 (17:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 18 Aug 2012 00:07:52 +0000 (17:07 -0700)
commit585591493a4722a35ee2477c5da6c33811d40cba
tree9936687d0515cb12c5f25745b39870c785d37fc8
parentd9a2930bd793b33157337784158cb48a7d7d66fd
* termhooks.h (TSET): Remove.

Replace all uses with calls to new setter functions.
Use INLINE_HEADER_BEGIN, INLINE_HEADER_END.
(TERMHOOKS_INLINE): New macro.
(tset_charset_list, tset_selection_alist): New setter functions.
* terminal.c (TERMHOOKS_INLINE):
Define to EXTERN_INLINE, so that the corresponding functions
are compiled into code.
(tset_param_alist): New setter function.
src/ChangeLog
src/coding.c
src/termhooks.h
src/terminal.c
src/xselect.c